home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / catalogg / 32pssw10.zip / _SETUP.1 / SOO32S.EXE / 0 / RCDATA / TFORM2 / TFORM2.txt
Text File  |  1996-10-12  |  79KB  |  2,766 lines

  1. object Form2: TForm2
  2.   Left = 12
  3.   Top = 52
  4.   Hint = 'Use Right Mouse Button To Display Popup Menus'
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'PrimaSoft'
  8.   ClientHeight = 444
  9.   ClientWidth = 585
  10.   Color = clBlue
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'System'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   Menu = MainMenu1
  17.   PixelsPerInch = 96
  18.   ShowHint = True
  19.   OnClose = FormClose
  20.   OnKeyDown = FormKeyDown
  21.   TextHeight = 16
  22.   object Panel4: TPanel
  23.     Left = 9
  24.     Top = 391
  25.     Width = 567
  26.     Height = 34
  27.     BevelInner = bvLowered
  28.     Font.Color = clBlack
  29.     Font.Height = -11
  30.     Font.Name = 'Arial'
  31.     Font.Style = [fsBold]
  32.     ParentFont = False
  33.     TabOrder = 3
  34.     Visible = False
  35.   end
  36.   object Panel5: TPanel
  37.     Left = 280
  38.     Top = 0
  39.     Width = 24
  40.     Height = 390
  41.     Caption = 'Panel5'
  42.     Font.Color = clBlack
  43.     Font.Height = -11
  44.     Font.Name = 'Arial'
  45.     Font.Style = [fsBold]
  46.     ParentFont = False
  47.     TabOrder = 4
  48.     object A_Btn: TColorButton
  49.       Left = 0
  50.       Top = 0
  51.       Width = 24
  52.       Height = 15
  53.       Hint = 'Jump to Page beginning with A'
  54.       BgndColor = clBtnFace
  55.       SelBgndColor = clSilver
  56.       Caption = 'A'
  57.       ParentShowHint = False
  58.       ShowHint = True
  59.       StayDown = True
  60.       TabOrder = 0
  61.       OnClick = A_BtnClick
  62.     end
  63.     object B_Btn: TColorButton
  64.       Left = 0
  65.       Top = 15
  66.       Width = 24
  67.       Height = 15
  68.       Hint = 'Jump to Page beginning with B'
  69.       BgndColor = clBtnFace
  70.       SelBgndColor = clSilver
  71.       Caption = 'B'
  72.       ParentShowHint = False
  73.       ShowHint = True
  74.       StayDown = True
  75.       TabOrder = 1
  76.       OnClick = A_BtnClick
  77.     end
  78.     object C_Btn: TColorButton
  79.       Left = 0
  80.       Top = 30
  81.       Width = 24
  82.       Height = 15
  83.       Hint = 'Jump to Page beginning with C'
  84.       BgndColor = clBtnFace
  85.       SelBgndColor = clSilver
  86.       Caption = 'C'
  87.       ParentShowHint = False
  88.       ShowHint = True
  89.       StayDown = True
  90.       TabOrder = 2
  91.       OnClick = A_BtnClick
  92.     end
  93.     object D_Btn: TColorButton
  94.       Left = 0
  95.       Top = 45
  96.       Width = 24
  97.       Height = 15
  98.       Hint = 'Jump to Page beginning with D'
  99.       BgndColor = clBtnFace
  100.       SelBgndColor = clSilver
  101.       Caption = 'D'
  102.       ParentShowHint = False
  103.       ShowHint = True
  104.       StayDown = True
  105.       TabOrder = 3
  106.       OnClick = A_BtnClick
  107.     end
  108.     object E_Btn: TColorButton
  109.       Left = 0
  110.       Top = 60
  111.       Width = 24
  112.       Height = 15
  113.       Hint = 'Jump to Page beginning with E'
  114.       BgndColor = clBtnFace
  115.       SelBgndColor = clSilver
  116.       Caption = 'E'
  117.       ParentShowHint = False
  118.       ShowHint = True
  119.       StayDown = True
  120.       TabOrder = 4
  121.       OnClick = A_BtnClick
  122.     end
  123.     object F_Btn: TColorButton
  124.       Left = 0
  125.       Top = 75
  126.       Width = 24
  127.       Height = 15
  128.       Hint = 'Jump to Page beginning with F'
  129.       BgndColor = clBtnFace
  130.       SelBgndColor = clSilver
  131.       Caption = 'F'
  132.       ParentShowHint = False
  133.       ShowHint = True
  134.       StayDown = True
  135.       TabOrder = 5
  136.       OnClick = A_BtnClick
  137.     end
  138.     object G_Btn: TColorButton
  139.       Left = 0
  140.       Top = 90
  141.       Width = 24
  142.       Height = 15
  143.       Hint = 'Jump to Page beginning with G'
  144.       BgndColor = clBtnFace
  145.       SelBgndColor = clSilver
  146.       Caption = 'G'
  147.       ParentShowHint = False
  148.       ShowHint = True
  149.       StayDown = True
  150.       TabOrder = 6
  151.       OnClick = A_BtnClick
  152.     end
  153.     object H_Btn: TColorButton
  154.       Left = 0
  155.       Top = 105
  156.       Width = 24
  157.       Height = 15
  158.       Hint = 'Jump to Page beginning with H'
  159.       BgndColor = clBtnFace
  160.       SelBgndColor = clSilver
  161.       Caption = 'H'
  162.       ParentShowHint = False
  163.       ShowHint = True
  164.       StayDown = True
  165.       TabOrder = 7
  166.       OnClick = A_BtnClick
  167.     end
  168.     object I_Btn: TColorButton
  169.       Left = 0
  170.       Top = 120
  171.       Width = 24
  172.       Height = 15
  173.       Hint = 'Jump to Page beginning with I'
  174.       BgndColor = clBtnFace
  175.       SelBgndColor = clSilver
  176.       Caption = 'I'
  177.       ParentShowHint = False
  178.       ShowHint = True
  179.       StayDown = True
  180.       TabOrder = 8
  181.       OnClick = A_BtnClick
  182.     end
  183.     object J_Btn: TColorButton
  184.       Left = 0
  185.       Top = 135
  186.       Width = 24
  187.       Height = 15
  188.       Hint = 'Jump to Page beginning with J'
  189.       BgndColor = clBtnFace
  190.       SelBgndColor = clSilver
  191.       Caption = 'J'
  192.       ParentShowHint = False
  193.       ShowHint = True
  194.       StayDown = True
  195.       TabOrder = 9
  196.       OnClick = A_BtnClick
  197.     end
  198.     object K_Btn: TColorButton
  199.       Left = 0
  200.       Top = 150
  201.       Width = 24
  202.       Height = 15
  203.       Hint = 'Jump to Page beginning with K'
  204.       BgndColor = clBtnFace
  205.       SelBgndColor = clSilver
  206.       Caption = 'K'
  207.       ParentShowHint = False
  208.       ShowHint = True
  209.       StayDown = True
  210.       TabOrder = 10
  211.       OnClick = A_BtnClick
  212.     end
  213.     object L_Btn: TColorButton
  214.       Left = 0
  215.       Top = 165
  216.       Width = 24
  217.       Height = 15
  218.       Hint = 'Jump to Page beginning with L'
  219.       BgndColor = clBtnFace
  220.       SelBgndColor = clSilver
  221.       Caption = 'L'
  222.       ParentShowHint = False
  223.       ShowHint = True
  224.       StayDown = True
  225.       TabOrder = 11
  226.       OnClick = A_BtnClick
  227.     end
  228.     object M_Btn: TColorButton
  229.       Left = 0
  230.       Top = 180
  231.       Width = 24
  232.       Height = 15
  233.       Hint = 'Jump to Page beginning with M'
  234.       BgndColor = clBtnFace
  235.       SelBgndColor = clSilver
  236.       Caption = 'M'
  237.       ParentShowHint = False
  238.       ShowHint = True
  239.       StayDown = True
  240.       TabOrder = 12
  241.       OnClick = A_BtnClick
  242.     end
  243.     object N_Btn: TColorButton
  244.       Left = 0
  245.       Top = 195
  246.       Width = 24
  247.       Height = 15
  248.       Hint = 'Jump to Page beginning with N'
  249.       BgndColor = clBtnFace
  250.       SelBgndColor = clSilver
  251.       Caption = 'N'
  252.       ParentShowHint = False
  253.       ShowHint = True
  254.       StayDown = True
  255.       TabOrder = 13
  256.       OnClick = A_BtnClick
  257.     end
  258.     object O_Btn: TColorButton
  259.       Left = 0
  260.       Top = 210
  261.       Width = 24
  262.       Height = 15
  263.       Hint = 'Jump to Page beginning with O'
  264.       BgndColor = clBtnFace
  265.       SelBgndColor = clSilver
  266.       Caption = 'O'
  267.       ParentShowHint = False
  268.       ShowHint = True
  269.       StayDown = True
  270.       TabOrder = 14
  271.       OnClick = A_BtnClick
  272.     end
  273.     object P_Btn: TColorButton
  274.       Left = 0
  275.       Top = 225
  276.       Width = 24
  277.       Height = 15
  278.       Hint = 'Jump to Page beginning with P'
  279.       BgndColor = clBtnFace
  280.       SelBgndColor = clSilver
  281.       Caption = 'P'
  282.       ParentShowHint = False
  283.       ShowHint = True
  284.       StayDown = True
  285.       TabOrder = 15
  286.       OnClick = A_BtnClick
  287.     end
  288.     object Q_Btn: TColorButton
  289.       Left = 0
  290.       Top = 240
  291.       Width = 24
  292.       Height = 15
  293.       Hint = 'Jump to Page beginning with Q'
  294.       BgndColor = clBtnFace
  295.       SelBgndColor = clSilver
  296.       Caption = 'Q'
  297.       ParentShowHint = False
  298.       ShowHint = True
  299.       StayDown = True
  300.       TabOrder = 16
  301.       OnClick = A_BtnClick
  302.     end
  303.     object R_Btn: TColorButton
  304.       Left = 0
  305.       Top = 255
  306.       Width = 24
  307.       Height = 15
  308.       Hint = 'Jump to Page beginning with R'
  309.       BgndColor = clBtnFace
  310.       SelBgndColor = clSilver
  311.       Caption = 'R'
  312.       ParentShowHint = False
  313.       ShowHint = True
  314.       StayDown = True
  315.       TabOrder = 17
  316.       OnClick = A_BtnClick
  317.     end
  318.     object S_Btn: TColorButton
  319.       Left = 0
  320.       Top = 270
  321.       Width = 24
  322.       Height = 15
  323.       Hint = 'Jump to Page beginning with S'
  324.       BgndColor = clBtnFace
  325.       SelBgndColor = clSilver
  326.       Caption = 'S'
  327.       ParentShowHint = False
  328.       ShowHint = True
  329.       StayDown = True
  330.       TabOrder = 18
  331.       OnClick = A_BtnClick
  332.     end
  333.     object T_Btn: TColorButton
  334.       Left = 0
  335.       Top = 285
  336.       Width = 24
  337.       Height = 15
  338.       Hint = 'Jump to Page beginning with T'
  339.       BgndColor = clBtnFace
  340.       SelBgndColor = clSilver
  341.       Caption = 'T'
  342.       ParentShowHint = False
  343.       ShowHint = True
  344.       StayDown = True
  345.       TabOrder = 19
  346.       OnClick = A_BtnClick
  347.     end
  348.     object U_Btn: TColorButton
  349.       Left = 0
  350.       Top = 300
  351.       Width = 24
  352.       Height = 15
  353.       Hint = 'Jump to Page beginning with U'
  354.       BgndColor = clBtnFace
  355.       SelBgndColor = clSilver
  356.       Caption = 'U'
  357.       ParentShowHint = False
  358.       ShowHint = True
  359.       StayDown = True
  360.       TabOrder = 20
  361.       OnClick = A_BtnClick
  362.     end
  363.     object V_Btn: TColorButton
  364.       Left = 0
  365.       Top = 315
  366.       Width = 24
  367.       Height = 15
  368.       Hint = 'Jump to Page beginning with V'
  369.       BgndColor = clBtnFace
  370.       SelBgndColor = clSilver
  371.       Caption = 'V'
  372.       ParentShowHint = False
  373.       ShowHint = True
  374.       StayDown = True
  375.       TabOrder = 21
  376.       OnClick = A_BtnClick
  377.     end
  378.     object W_Btn: TColorButton
  379.       Left = 0
  380.       Top = 330
  381.       Width = 24
  382.       Height = 15
  383.       Hint = 'Jump to Page beginning with W'
  384.       BgndColor = clBtnFace
  385.       SelBgndColor = clSilver
  386.       Caption = 'W'
  387.       ParentShowHint = False
  388.       ShowHint = True
  389.       StayDown = True
  390.       TabOrder = 22
  391.       OnClick = A_BtnClick
  392.     end
  393.     object X_Btn: TColorButton
  394.       Left = 0
  395.       Top = 345
  396.       Width = 24
  397.       Height = 15
  398.       Hint = 'Jump to Page beginning with X'
  399.       BgndColor = clBtnFace
  400.       SelBgndColor = clSilver
  401.       Caption = 'X'
  402.       ParentShowHint = False
  403.       ShowHint = True
  404.       StayDown = True
  405.       TabOrder = 23
  406.       OnClick = A_BtnClick
  407.     end
  408.     object Y_Btn: TColorButton
  409.       Left = 0
  410.       Top = 360
  411.       Width = 24
  412.       Height = 15
  413.       Hint = 'Jump to Page beginning with Y'
  414.       BgndColor = clBtnFace
  415.       SelBgndColor = clSilver
  416.       Caption = 'Y'
  417.       ParentShowHint = False
  418.       ShowHint = True
  419.       StayDown = True
  420.       TabOrder = 24
  421.       OnClick = A_BtnClick
  422.     end
  423.     object Z_Btn: TColorButton
  424.       Left = 0
  425.       Top = 375
  426.       Width = 24
  427.       Height = 15
  428.       Hint = 'Jump to Page beginning with Z'
  429.       BgndColor = clBtnFace
  430.       SelBgndColor = clSilver
  431.       Caption = 'Z'
  432.       ParentShowHint = False
  433.       ShowHint = True
  434.       StayDown = True
  435.       TabOrder = 25
  436.       OnClick = A_BtnClick
  437.     end
  438.   end
  439.   object PgLeft: TPanel
  440.     Left = 8
  441.     Top = 0
  442.     Width = 272
  443.     Height = 390
  444.     BevelOuter = bvNone
  445.     Color = clSilver
  446.     Font.Color = clWindowText
  447.     Font.Height = -13
  448.     Font.Name = 'System'
  449.     Font.Style = []
  450.     ParentFont = False
  451.     PopupMenu = PopupMenu1
  452.     TabOrder = 0
  453.     object Notebook1: TNotebook
  454.       Left = 0
  455.       Top = 14
  456.       Width = 272
  457.       Height = 326
  458.       Align = alClient
  459.       PageIndex = 1
  460.       TabOrder = 0
  461.       object TPage
  462.         Left = 0
  463.         Top = 0
  464.         Caption = 'Page 1'
  465.         object PgL1: TPanel
  466.           Left = 0
  467.           Top = 0
  468.           Width = 272
  469.           Height = 326
  470.           Align = alClient
  471.           BevelInner = bvLowered
  472.           Ctl3D = True
  473.           Font.Color = clBlack
  474.           Font.Height = -13
  475.           Font.Name = 'Arial'
  476.           Font.Style = [fsBold]
  477.           ParentColor = True
  478.           ParentCtl3D = False
  479.           ParentFont = False
  480.           TabOrder = 0
  481.           object Label1: TLabel
  482.             Tag = 1
  483.             Left = 6
  484.             Top = 6
  485.             Width = 86
  486.             Height = 14
  487.             Caption = 'Application Name:'
  488.             Font.Color = clBlack
  489.             Font.Height = -11
  490.             Font.Name = 'Arial'
  491.             Font.Style = []
  492.             ParentFont = False
  493.           end
  494.           object Label2: TLabel
  495.             Tag = 2
  496.             Left = 6
  497.             Top = 58
  498.             Width = 47
  499.             Height = 14
  500.             Caption = 'Producer:'
  501.             Font.Color = clBlack
  502.             Font.Height = -11
  503.             Font.Name = 'Arial'
  504.             Font.Style = []
  505.             ParentFont = False
  506.           end
  507.           object Label8: TLabel
  508.             Tag = 3
  509.             Left = 6
  510.             Top = 89
  511.             Width = 47
  512.             Height = 14
  513.             Caption = 'Category:'
  514.             Font.Color = clBlack
  515.             Font.Height = -11
  516.             Font.Name = 'Arial'
  517.             Font.Style = []
  518.             ParentFont = False
  519.           end
  520.           object Label7: TLabel
  521.             Tag = 4
  522.             Left = 6
  523.             Top = 113
  524.             Width = 50
  525.             Height = 14
  526.             Caption = 'Version #:'
  527.             Font.Color = clBlack
  528.             Font.Height = -11
  529.             Font.Name = 'Arial'
  530.             Font.Style = []
  531.             ParentFont = False
  532.           end
  533.           object Label5: TLabel
  534.             Tag = 5
  535.             Left = 62
  536.             Top = 113
  537.             Width = 39
  538.             Height = 14
  539.             Caption = 'Serial #:'
  540.             Font.Color = clBlack
  541.             Font.Height = -11
  542.             Font.Name = 'Arial'
  543.             Font.Style = []
  544.             ParentFont = False
  545.           end
  546.           object Label4: TLabel
  547.             Tag = 6
  548.             Left = 172
  549.             Top = 113
  550.             Width = 27
  551.             Height = 14
  552.             Caption = 'Price:'
  553.             Font.Color = clBlack
  554.             Font.Height = -11
  555.             Font.Name = 'Arial'
  556.             Font.Style = []
  557.             ParentFont = False
  558.           end
  559.           object Label3: TLabel
  560.             Tag = 7
  561.             Left = 6
  562.             Top = 155
  563.             Width = 66
  564.             Height = 14
  565.             Caption = 'Version Date:'
  566.             Font.Color = clBlack
  567.             Font.Height = -11
  568.             Font.Name = 'Arial'
  569.             Font.Style = []
  570.             ParentFont = False
  571.           end
  572.           object Label6: TLabel
  573.             Tag = 8
  574.             Left = 6
  575.             Top = 195
  576.             Width = 78
  577.             Height = 14
  578.             Caption = 'Installation Date:'
  579.             Font.Color = clBlack
  580.             Font.Height = -11
  581.             Font.Name = 'Arial'
  582.             Font.Style = []
  583.             ParentFont = False
  584.           end
  585.           object Label9: TLabel
  586.             Tag = 9
  587.             Left = 6
  588.             Top = 235
  589.             Width = 31
  590.             Height = 14
  591.             Caption = 'Media:'
  592.             Font.Color = clBlack
  593.             Font.Height = -11
  594.             Font.Name = 'Arial'
  595.             Font.Style = []
  596.             ParentFont = False
  597.           end
  598.           object Label10: TLabel
  599.             Tag = 10
  600.             Left = 6
  601.             Top = 275
  602.             Width = 89
  603.             Height = 14
  604.             Caption = 'Operating System:'
  605.             Font.Color = clBlack
  606.             Font.Height = -11
  607.             Font.Name = 'Arial'
  608.             Font.Style = []
  609.             ParentFont = False
  610.           end
  611.           object Label11: TLabel
  612.             Tag = 11
  613.             Left = 126
  614.             Top = 155
  615.             Width = 50
  616.             Height = 14
  617.             Caption = 'Logo/Icon:'
  618.             Font.Color = clBlack
  619.             Font.Height = -11
  620.             Font.Name = 'Arial'
  621.             Font.Style = []
  622.             ParentFont = False
  623.           end
  624.           object L1: TEdit
  625.             Tag = 1
  626.             Left = 6
  627.             Top = 20
  628.             Width = 257
  629.             Height = 24
  630.             Hint = 'Enter Text Here'
  631.             AutoSelect = False
  632.             TabOrder = 0
  633.             Text = 'L1'
  634.           end
  635.           object L2: TLookup
  636.             Tag = 2
  637.             Left = 70
  638.             Top = 53
  639.             Width = 193
  640.             Height = 24
  641.             Hint = 'Click on the down arrow to see the choices'
  642.             ItemHeight = 16
  643.             Sorted = True
  644.             TabOrder = 1
  645.             Text = 'L2'
  646.             Source = 'list1.dbf'
  647.           end
  648.           object L3: TLookup
  649.             Tag = 3
  650.             Left = 70
  651.             Top = 84
  652.             Width = 193
  653.             Height = 24
  654.             Hint = 'Click on the down arrow to see the choices'
  655.             ItemHeight = 16
  656.             Sorted = True
  657.             TabOrder = 2
  658.             Text = 'L3'
  659.             Source = 'list2.dbf'
  660.           end
  661.           object L4: TEdit
  662.             Tag = 4
  663.             Left = 6
  664.             Top = 127
  665.             Width = 51
  666.             Height = 24
  667.             Hint = 'Enter Text Here'
  668.             AutoSelect = False
  669.             TabOrder = 3
  670.             Text = 'L4'
  671.           end
  672.           object L5: TEdit
  673.             Tag = 5
  674.             Left = 62
  675.             Top = 127
  676.             Width = 105
  677.             Height = 24
  678.             Hint = 'Enter Text Here'
  679.             AutoSelect = False
  680.             TabOrder = 4
  681.             Text = 'L5'
  682.           end
  683.           object L6: TCurrencyEdit
  684.             Tag = 6
  685.             Left = 172
  686.             Top = 127
  687.             Width = 91
  688.             Height = 24
  689.             Hint = 'Enter Value Here'
  690.             AutoSelect = False
  691.             DisplayFormat = ',0.00'
  692.             Font.Color = clBlue
  693.             Font.Height = -13
  694.             Font.Name = 'System'
  695.             Font.Style = []
  696.             ParentFont = False
  697.             TabOrder = 5
  698.           end
  699.           object L7: TDateEdit
  700.             Tag = 7
  701.             Left = 6
  702.             Top = 169
  703.             Width = 115
  704.             Height = 24
  705.             Hint = 'Enter Date Here'
  706.             DateFormat = 'mm/dd/yyyy'
  707.             Date = '__/__/____'
  708.             MaxLength = 10
  709.             TabOrder = 6
  710.           end
  711.           object L8: TDateEdit
  712.             Tag = 8
  713.             Left = 6
  714.             Top = 209
  715.             Width = 115
  716.             Height = 24
  717.             Hint = 'Enter Date Here'
  718.             DateFormat = 'mm/dd/yyyy'
  719.             Date = '__/__/____'
  720.             MaxLength = 10
  721.             TabOrder = 7
  722.           end
  723.           object L9: TLookup
  724.             Tag = 9
  725.             Left = 6
  726.             Top = 249
  727.             Width = 115
  728.             Height = 24
  729.             Hint = 'Click on the down arrow to see the choices'
  730.             ItemHeight = 16
  731.             Sorted = True
  732.             TabOrder = 8
  733.             Text = 'L9'
  734.             Source = 'list3.dbf'
  735.           end
  736.           object L10: TLookup
  737.             Tag = 10
  738.             Left = 6
  739.             Top = 289
  740.             Width = 115
  741.             Height = 24
  742.             Hint = 'Click on the down arrow to see the choices'
  743.             ItemHeight = 16
  744.             Sorted = True
  745.             TabOrder = 9
  746.             Text = 'L10'
  747.             Source = 'list4.dbf'
  748.           end
  749.           object L11: TBmpControl
  750.             Tag = 11
  751.             Left = 126
  752.             Top = 169
  753.             Width = 138
  754.             Height = 146
  755.             Hint = 'Right Mouse Click Displays Menu'
  756.             Caption = 'L11'
  757.             TabOrder = 10
  758.             ShowButtons = False
  759.           end
  760.         end
  761.       end
  762.       object TPage
  763.         Left = 0
  764.         Top = 0
  765.         Caption = 'Page 2'
  766.         object PgL2: TPanel
  767.           Tag = 1
  768.           Left = 0
  769.           Top = 0
  770.           Width = 272
  771.           Height = 326
  772.           Align = alClient
  773.           BevelInner = bvLowered
  774.           Font.Color = clBlack
  775.           Font.Height = -13
  776.           Font.Name = 'Arial'
  777.           Font.Style = [fsBold]
  778.           ParentColor = True
  779.           ParentFont = False
  780.           TabOrder = 0
  781.           object Label23: TLabel
  782.             Tag = 12
  783.             Left = 6
  784.             Top = 7
  785.             Width = 74
  786.             Height = 14
  787.             Caption = 'Phone Support:'
  788.             Font.Color = clBlack
  789.             Font.Height = -11
  790.             Font.Name = 'Arial'
  791.             Font.Style = []
  792.             ParentFont = False
  793.           end
  794.           object Label24: TLabel
  795.             Tag = 13
  796.             Left = 123
  797.             Top = 7
  798.             Width = 68
  799.             Height = 14
  800.             Caption = 'Email Support:'
  801.             Font.Color = clBlack
  802.             Font.Height = -11
  803.             Font.Name = 'Arial'
  804.             Font.Style = []
  805.             ParentFont = False
  806.           end
  807.           object Label25: TLabel
  808.             Tag = 14
  809.             Left = 6
  810.             Top = 65
  811.             Width = 39
  812.             Height = 14
  813.             Caption = 'Internet:'
  814.             Font.Color = clBlack
  815.             Font.Height = -11
  816.             Font.Name = 'Arial'
  817.             Font.Style = []
  818.             ParentFont = False
  819.           end
  820.           object Label26: TLabel
  821.             Tag = 15
  822.             Left = 6
  823.             Top = 101
  824.             Width = 34
  825.             Height = 14
  826.             Caption = 'Status:'
  827.             Font.Color = clBlack
  828.             Font.Height = -11
  829.             Font.Name = 'Arial'
  830.             Font.Style = []
  831.             ParentFont = False
  832.           end
  833.           object Label27: TLabel
  834.             Tag = 16
  835.             Left = 6
  836.             Top = 137
  837.             Width = 48
  838.             Height = 14
  839.             Caption = 'Custom 1:'
  840.             Font.Color = clBlack
  841.             Font.Height = -11
  842.             Font.Name = 'Arial'
  843.             Font.Style = []
  844.             ParentFont = False
  845.           end
  846.           object Label28: TLabel
  847.             Tag = 17
  848.             Left = 6
  849.             Top = 172
  850.             Width = 48
  851.             Height = 14
  852.             Caption = 'Custom 2:'
  853.             Font.Color = clBlack
  854.             Font.Height = -11
  855.             Font.Name = 'Arial'
  856.             Font.Style = []
  857.             ParentFont = False
  858.           end
  859.           object Label29: TLabel
  860.             Tag = 18
  861.             Left = 6
  862.             Top = 208
  863.             Width = 48
  864.             Height = 14
  865.             Caption = 'Custom 3:'
  866.             Font.Color = clBlack
  867.             Font.Height = -11
  868.             Font.Name = 'Arial'
  869.             Font.Style = []
  870.             ParentFont = False
  871.           end
  872.           object Label30: TLabel
  873.             Tag = 19
  874.             Left = 6
  875.             Top = 234
  876.             Width = 48
  877.             Height = 14
  878.             Caption = 'Custom 4:'
  879.             Font.Color = clBlack
  880.             Font.Height = -11
  881.             Font.Name = 'Arial'
  882.             Font.Style = []
  883.             ParentFont = False
  884.           end
  885.           object Label31: TLabel
  886.             Tag = 20
  887.             Left = 110
  888.             Top = 234
  889.             Width = 48
  890.             Height = 14
  891.             Caption = 'Custom 5:'
  892.             Font.Color = clBlack
  893.             Font.Height = -11
  894.             Font.Name = 'Arial'
  895.             Font.Style = []
  896.             ParentFont = False
  897.           end
  898.           object Label32: TLabel
  899.             Tag = 21
  900.             Left = 6
  901.             Top = 276
  902.             Width = 48
  903.             Height = 14
  904.             Caption = 'Custom 6:'
  905.             Font.Color = clBlack
  906.             Font.Height = -11
  907.             Font.Name = 'Arial'
  908.             Font.Style = []
  909.             ParentFont = False
  910.           end
  911.           object Label33: TLabel
  912.             Tag = 22
  913.             Left = 110
  914.             Top = 276
  915.             Width = 58
  916.             Height = 14
  917.             Caption = 'Attachment:'
  918.             Font.Color = clBlack
  919.             Font.Height = -11
  920.             Font.Name = 'Arial'
  921.             Font.Style = []
  922.             ParentFont = False
  923.           end
  924.           object L12: TPhoneEdit
  925.             Tag = 12
  926.             Left = 6
  927.             Top = 21
  928.             Width = 112
  929.             Height = 24
  930.             Hint = 'Enter Phone Number Here'
  931.             AutoSelect = False
  932.             TabOrder = 0
  933.           end
  934.           object L14: TEdit
  935.             Tag = 14
  936.             Left = 70
  937.             Top = 60
  938.             Width = 193
  939.             Height = 24
  940.             Hint = 'Enter Text Here'
  941.             AutoSelect = False
  942.             TabOrder = 2
  943.             Text = 'L14'
  944.           end
  945.           object L15: TLookup
  946.             Tag = 15
  947.             Left = 70
  948.             Top = 96
  949.             Width = 193
  950.             Height = 24
  951.             Hint = 'Click on the down arrow to see the choices'
  952.             ItemHeight = 16
  953.             Sorted = True
  954.             TabOrder = 3
  955.             Text = 'L15'
  956.             Source = 'list5.dbf'
  957.           end
  958.           object L16: TLookup
  959.             Tag = 16
  960.             Left = 70
  961.             Top = 132
  962.             Width = 193
  963.             Height = 24
  964.             Hint = 'Click on the down arrow to see the choices'
  965.             ItemHeight = 16
  966.             Sorted = True
  967.             TabOrder = 4
  968.             Text = 'L16'
  969.             Source = 'list6.dbf'
  970.           end
  971.           object L17: TEdit
  972.             Tag = 17
  973.             Left = 70
  974.             Top = 167
  975.             Width = 193
  976.             Height = 24
  977.             Hint = 'Enter Text Here'
  978.             AutoSelect = False
  979.             TabOrder = 5
  980.             Text = 'L17'
  981.           end
  982.           object L18: TEdit
  983.             Tag = 18
  984.             Left = 70
  985.             Top = 203
  986.             Width = 193
  987.             Height = 24
  988.             Hint = 'Enter Text Here'
  989.             AutoSelect = False
  990.             TabOrder = 6
  991.             Text = 'L18'
  992.           end
  993.           object L19: TCurrencyEdit
  994.             Tag = 19
  995.             Left = 6
  996.             Top = 248
  997.             Width = 99
  998.             Height = 24
  999.             Hint = 'Enter Number Here'
  1000.             AutoSelect = False
  1001.             DisplayFormat = ',0.00'
  1002.             Font.Color = clBlue
  1003.             Font.Height = -13
  1004.             Font.Name = 'System'
  1005.             Font.Style = []
  1006.             ParentFont = False
  1007.             TabOrder = 7
  1008.           end
  1009.           object L20: TLookup
  1010.             Tag = 20
  1011.             Left = 111
  1012.             Top = 248
  1013.             Width = 152
  1014.             Height = 24
  1015.             Hint = 'Click On The Down Arrow To See The Choices'
  1016.             ItemHeight = 16
  1017.             Sorted = True
  1018.             TabOrder = 8
  1019.             Text = 'L20'
  1020.             Source = 'list7.dbf'
  1021.           end
  1022.           object L21: TDateEdit
  1023.             Tag = 21
  1024.             Left = 6
  1025.             Top = 290
  1026.             Width = 99
  1027.             Height = 24
  1028.             Hint = 'Enter Date Here'
  1029.             DateFormat = 'mm/dd/yyyy'
  1030.             Date = '__/__/____'
  1031.             MaxLength = 10
  1032.             TabOrder = 9
  1033.           end
  1034.           object L22: TMultiMediaEdit
  1035.             Tag = 22
  1036.             Left = 111
  1037.             Top = 290
  1038.             Width = 152
  1039.             Height = 24
  1040.             Hint = 'Attachment'
  1041.             TabOrder = 10
  1042.           end
  1043.           object L13: TEMailEdit
  1044.             Tag = 13
  1045.             Left = 123
  1046.             Top = 21
  1047.             Width = 140
  1048.             Height = 24
  1049.             Hint = 
  1050.               'E-Mail field - see Help on how to link it with E-Mail Applicatio' +
  1051.               'ns'
  1052.             TabOrder = 1
  1053.           end
  1054.         end
  1055.       end
  1056.       object TPage
  1057.         Left = 0
  1058.         Top = 0
  1059.         Caption = 'Page 3'
  1060.         object PgL3: TPanel
  1061.           Tag = 2
  1062.           Left = 0
  1063.           Top = 0
  1064.           Width = 272
  1065.           Height = 326
  1066.           Align = alClient
  1067.           BevelInner = bvLowered
  1068.           Font.Color = clBlack
  1069.           Font.Height = -13
  1070.           Font.Name = 'Arial'
  1071.           Font.Style = [fsBold]
  1072.           ParentColor = True
  1073.           ParentFont = False
  1074.           TabOrder = 0
  1075.           object TLabel
  1076.             Left = 8
  1077.             Top = 192
  1078.             Width = 4
  1079.             Height = 16
  1080.           end
  1081.           object Label45: TLabel
  1082.             Tag = 23
  1083.             Left = 6
  1084.             Top = 8
  1085.             Width = 31
  1086.             Height = 14
  1087.             Caption = 'Notes:'
  1088.             Font.Color = clBlack
  1089.             Font.Height = -11
  1090.             Font.Name = 'Arial'
  1091.             Font.Style = []
  1092.             ParentFont = False
  1093.           end
  1094.           object L23: TMemo
  1095.             Tag = 23
  1096.             Left = 6
  1097.             Top = 22
  1098.             Width = 257
  1099.             Height = 295
  1100.             Hint = 'Enter Text Here'
  1101.             Lines.Strings = (
  1102.               'Memo1')
  1103.             ScrollBars = ssVertical
  1104.             TabOrder = 0
  1105.           end
  1106.         end
  1107.       end
  1108.       object TPage
  1109.         Left = 0
  1110.         Top = 0
  1111.         Caption = 'Page 4'
  1112.         object PgL4: TPanel
  1113.           Tag = 2
  1114.           Left = 0
  1115.           Top = 0
  1116.           Width = 272
  1117.           Height = 326
  1118.           Align = alClient
  1119.           BevelInner = bvLowered
  1120.           Font.Color = clBlack
  1121.           Font.Height = -13
  1122.           Font.Name = 'Arial'
  1123.           Font.Style = [fsBold]
  1124.           ParentColor = True
  1125.           ParentFont = False
  1126.           TabOrder = 0
  1127.           object TLabel
  1128.             Left = 8
  1129.             Top = 192
  1130.             Width = 4
  1131.             Height = 16
  1132.           end
  1133.           object Label47: TLabel
  1134.             Tag = 24
  1135.             Left = 6
  1136.             Top = 6
  1137.             Width = 36
  1138.             Height = 14
  1139.             Caption = 'Picture:'
  1140.             Font.Color = clBlack
  1141.             Font.Height = -11
  1142.             Font.Name = 'Arial'
  1143.             Font.Style = []
  1144.             ParentFont = False
  1145.           end
  1146.           object L24: TBmpControl
  1147.             Tag = 24
  1148.             Left = 6
  1149.             Top = 18
  1150.             Width = 257
  1151.             Height = 301
  1152.             Hint = 'Right Mouse Click Displays Menu'
  1153.             Caption = 'L24'
  1154.             TabOrder = 0
  1155.             ShowButtons = True
  1156.           end
  1157.         end
  1158.       end
  1159.     end
  1160.     object Panel1: TPanel
  1161.       Left = 0
  1162.       Top = 340
  1163.       Width = 272
  1164.       Height = 30
  1165.       Align = alBottom
  1166.       BevelInner = bvLowered
  1167.       ParentColor = True
  1168.       TabOrder = 1
  1169.       object PgL_Lbl: TLabel
  1170.         Tag = -1
  1171.         Left = 2
  1172.         Top = 11
  1173.         Width = 38
  1174.         Height = 14
  1175.         AutoSize = False
  1176.         Caption = '999999'
  1177.         Color = clYellow
  1178.         Font.Color = clBlack
  1179.         Font.Height = -11
  1180.         Font.Name = 'Arial'
  1181.         Font.Style = []
  1182.         ParentColor = False
  1183.         ParentFont = False
  1184.       end
  1185.       object B_First: TBitBtn
  1186.         Left = 41
  1187.         Top = 3
  1188.         Width = 24
  1189.         Height = 23
  1190.         Hint = 'GoTo First Page [Ctrl+Home]'
  1191.         Font.Color = clBlack
  1192.         Font.Height = -11
  1193.         Font.Name = 'Arial'
  1194.         Font.Style = [fsBold]
  1195.         ParentFont = False
  1196.         ParentShowHint = False
  1197.         ShowHint = True
  1198.         TabOrder = 0
  1199.         OnClick = B_FirstClick
  1200.         Glyph.Data = {
  1201.           78010000424D7801000000000000760000002800000020000000100000000100
  1202.           04000000000000000000120B0000120B00000000000000000000000000000000
  1203.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1204.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  1205.           33333333333333333333333333333333333333333333333333FF333333333333
  1206.           3000333333FFFFF3F77733333000003000B033333777773777F733330BFBFB00
  1207.           E00033337FFF3377F7773333000FBFB0E000333377733337F7773330FBFBFBF0
  1208.           E00033F7FFFF3337F7773000000FBFB0E000377777733337F7770BFBFBFBFBF0
  1209.           E00073FFFFFFFF37F777300000000FB0E000377777777337F7773333330BFB00
  1210.           000033333373FF77777733333330003333333333333777333333333333333333
  1211.           3333333333333333333333333333333333333333333333333333333333333333
  1212.           33333333333333333333333333333333333333333333333333330000}
  1213.         NumGlyphs = 2
  1214.       end
  1215.       object B_PgUp: TBitBtn
  1216.         Left = 64
  1217.         Top = 3
  1218.         Width = 24
  1219.         Height = 23
  1220.         Hint = 'GoTo Previous Page [Ctrl+PgUp]'
  1221.         Font.Color = clBlack
  1222.         Font.Height = -11
  1223.         Font.Name = 'Arial'
  1224.         Font.Style = [fsBold]
  1225.         ParentFont = False
  1226.         ParentShowHint = False
  1227.         ShowHint = True
  1228.         TabOrder = 1
  1229.         OnClick = B_PgUpClick
  1230.         Glyph.Data = {
  1231.           78010000424D7801000000000000760000002800000020000000100000000100
  1232.           04000000000000000000120B0000120B00000000000000000000000000000000
  1233.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1234.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  1235.           33333333333333333333333333333333333333333333333333FF333333333333
  1236.           3000333333FFFFF3F77733333000003000B033333777773777F733330BFBFB00
  1237.           E00033337FFF3377F7773333000FBFB0E000333377733337F7773330FBFBFBF0
  1238.           E00033F7FFFF3337F7773000000FBFB0E000377777733337F7770BFBFBFBFBF0
  1239.           E00073FFFFFFFF37F777300000000FB0E000377777777337F7773333330BFB00
  1240.           000033333373FF77777733333330003333333333333777333333333333333333
  1241.           3333333333333333333333333333333333333333333333333333333333333333
  1242.           33333333333333333333333333333333333333333333333333330000}
  1243.         NumGlyphs = 2
  1244.       end
  1245.       object B_LUndo: TBitBtn
  1246.         Left = 197
  1247.         Top = 3
  1248.         Width = 24
  1249.         Height = 23
  1250.         Hint = 'Undo Changes To Left Record [Ctrl+U]'
  1251.         Font.Color = clBlack
  1252.         Font.Height = -11
  1253.         Font.Name = 'Arial'
  1254.         Font.Style = []
  1255.         ParentFont = False
  1256.         ParentShowHint = False
  1257.         ShowHint = True
  1258.         TabOrder = 4
  1259.         TabStop = False
  1260.         OnClick = L_UndoClick
  1261.         Glyph.Data = {
  1262.           76010000424D7601000000000000760000002800000020000000100000000100
  1263.           04000000000000010000130B0000130B00000000000000000000000000000000
  1264.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1265.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  1266.           3333333333FFFFF3333333333999993333333333F77777FFF333333999999999
  1267.           3333333777333777FF33339993707399933333773337F3777FF3399933000339
  1268.           9933377333777F3377F3399333707333993337733337333337FF993333333333
  1269.           399377F33333F333377F993333303333399377F33337FF333373993333707333
  1270.           333377F333777F333333993333101333333377F333777F3FFFFF993333000399
  1271.           999377FF33777F77777F3993330003399993373FF3777F37777F399933000333
  1272.           99933773FF777F3F777F339993707399999333773F373F77777F333999999999
  1273.           3393333777333777337333333999993333333333377777333333}
  1274.         NumGlyphs = 2
  1275.       end
  1276.       object B_LPaste: TBitBtn
  1277.         Left = 151
  1278.         Top = 3
  1279.         Width = 24
  1280.         Height = 23
  1281.         Hint = 'Paste From Copy Buffer To Left Record [Ctrl+P]'
  1282.         Font.Color = clBlack
  1283.         Font.Height = -11
  1284.         Font.Name = 'Arial'
  1285.         Font.Style = []
  1286.         ParentFont = False
  1287.         ParentShowHint = False
  1288.         ShowHint = True
  1289.         TabOrder = 2
  1290.         TabStop = False
  1291.         OnClick = B_LPasteClick
  1292.         Glyph.Data = {
  1293.           76010000424D7601000000000000760000002800000020000000100000000100
  1294.           04000000000000010000130B0000130B00000000000000000000000000000000
  1295.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1296.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF003333330FFFFF
  1297.           FFF03333337F3FFFF3F73333330F0000F0F03333337F777737373333330FFFFF
  1298.           FFF033FFFF7FFF33FFF77000000007F00000377777777FF777770BBBBBBBB0F0
  1299.           FF037777777777F7F3730B77777BB0F0F0337777777777F7F7330B7FFFFFB0F0
  1300.           0333777F333377F77F330B7FFFFFB0009333777F333377777FF30B7FFFFFB039
  1301.           9933777F333377F777FF0B7FFFFFB0999993777F33337777777F0B7FFFFFB999
  1302.           9999777F3333777777770B7FFFFFB0399933777FFFFF77F777F3070077007039
  1303.           99337777777777F777F30B770077B039993377FFFFFF77F777330BB7007BB999
  1304.           93337777FF777777733370000000073333333777777773333333}
  1305.         NumGlyphs = 2
  1306.       end
  1307.       object B_LCopy: TBitBtn
  1308.         Left = 174
  1309.         Top = 3
  1310.         Width = 24
  1311.         Height = 23
  1312.         Hint = 'Copy Left Record To Copy Buffer [Ctrl+O]'
  1313.         Font.Color = clBlack
  1314.         Font.Height = -11
  1315.         Font.Name = 'Arial'
  1316.         Font.Style = []
  1317.         ParentFont = False
  1318.         ParentShowHint = False
  1319.         ShowHint = True
  1320.         TabOrder = 3
  1321.         TabStop = False
  1322.         OnClick = B_LCopyClick
  1323.         Glyph.Data = {
  1324.           76010000424D7601000000000000760000002800000020000000100000000100
  1325.           04000000000000010000130B0000130B00000000000000000000000000000000
  1326.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1327.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF003333330B7FFF
  1328.           FFB0333333777F3333773333330B7FFFFFB0333333777F3333773333330B7FFF
  1329.           FFB0333333777F3333773333330B7FFFFFB03FFFFF777FFFFF77000000000077
  1330.           007077777777777777770FFFFFFFF00077B07F33333337FFFF770FFFFFFFF000
  1331.           7BB07F3FF3FFF77FF7770F00F000F00090077F77377737777F770FFFFFFFF039
  1332.           99337F3FFFF3F7F777FF0F0000F0F09999937F7777373777777F0FFFFFFFF999
  1333.           99997F3FF3FFF77777770F00F000003999337F773777773777F30FFFF0FF0339
  1334.           99337F3FF7F3733777F30F08F0F0337999337F7737F73F7777330FFFF0039999
  1335.           93337FFFF7737777733300000033333333337777773333333333}
  1336.         NumGlyphs = 2
  1337.       end
  1338.       object B_LDelete: TBitBtn
  1339.         Left = 220
  1340.         Top = 3
  1341.         Width = 24
  1342.         Height = 23
  1343.         Hint = 'Delete Left Record [Ctrl+Delete]'
  1344.         Font.Color = clBlack
  1345.         Font.Height = -11
  1346.         Font.Name = 'Arial'
  1347.         Font.Style = []
  1348.         ParentFont = False
  1349.         ParentShowHint = False
  1350.         ShowHint = True
  1351.         TabOrder = 5
  1352.         TabStop = False
  1353.         OnClick = B_LDeleteClick
  1354.         Glyph.Data = {
  1355.           78010000424D7801000000000000760000002800000020000000100000000100
  1356.           04000000000000000000120B0000120B00000000000000000000000000000000
  1357.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1358.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000000000
  1359.           3333333777777777F3333330F777777033333337F3F3F3F7F3333330F0808070
  1360.           33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  1361.           33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  1362.           333333F7F7F7F7F7F3F33030F080707030333737F7F7F7F7F7333300F0808070
  1363.           03333377F7F7F7F773333330F080707033333337F7F7F7F7F333333070707070
  1364.           33333337F7F7F7F7FF3333000000000003333377777777777F33330F88877777
  1365.           0333337FFFFFFFFF7F3333000000000003333377777777777333333330777033
  1366.           3333333337FFF7F33333333330000033333333333777773333330000}
  1367.         NumGlyphs = 2
  1368.       end
  1369.       object B_LPrint: TBitBtn
  1370.         Left = 243
  1371.         Top = 3
  1372.         Width = 24
  1373.         Height = 23
  1374.         Hint = 'Print Left Record [Ctrl+R]'
  1375.         Font.Color = clBlack
  1376.         Font.Height = -11
  1377.         Font.Name = 'Arial'
  1378.         Font.Style = []
  1379.         ParentFont = False
  1380.         ParentShowHint = False
  1381.         ShowHint = True
  1382.         TabOrder = 6
  1383.         TabStop = False
  1384.         OnClick = B_LPrintClick
  1385.         Glyph.Data = {
  1386.           78010000424D7801000000000000760000002800000020000000100000000100
  1387.           04000000000000000000120B0000120B00000000000000000000000000000000
  1388.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1389.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  1390.           0003377777777777777308888888888888807F33333333333337088888888888
  1391.           88807FFFFFFFFFFFFFF7000000000000000077777777777777770F8F8F8F8F8F
  1392.           8F807F333333333333F708F8F8F8F8F8F9F07F333333333337370F8F8F8F8F8F
  1393.           8F807FFFFFFFFFFFFFF7000000000000000077777777777777773330FFFFFFFF
  1394.           03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
  1395.           03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
  1396.           33333337F3F37F3733333330F08F0F0333333337F7337F7333333330FFFF0033
  1397.           33333337FFFF77333333333000000333333333377777733333330000}
  1398.         NumGlyphs = 2
  1399.       end
  1400.     end
  1401.     object TabSet2: TTabSet
  1402.       Left = 0
  1403.       Top = 370
  1404.       Width = 272
  1405.       Height = 20
  1406.       Hint = 'Select Part of the Record [Ctrl+#]'
  1407.       Align = alBottom
  1408.       BackgroundColor = clSilver
  1409.       DitherBackground = False
  1410.       Font.Color = clBlack
  1411.       Font.Height = -11
  1412.       Font.Name = 'Arial'
  1413.       Font.Style = []
  1414.       Tabs.Strings = (
  1415.         'Part 1'
  1416.         'Part 2'
  1417.         'Part 3'
  1418.         'Part 4')
  1419.       TabIndex = 0
  1420.       OnClick = TabSet2Click
  1421.     end
  1422.     object LStatus: TPanel
  1423.       Left = 0
  1424.       Top = 0
  1425.       Width = 272
  1426.       Height = 14
  1427.       Align = alTop
  1428.       BevelInner = bvLowered
  1429.       Caption = 'Read/Write Access'
  1430.       Font.Color = clBlack
  1431.       Font.Height = -11
  1432.       Font.Name = 'Arial'
  1433.       Font.Style = []
  1434.       ParentColor = True
  1435.       ParentFont = False
  1436.       TabOrder = 3
  1437.     end
  1438.   end
  1439.   object PgRight: TPanel
  1440.     Left = 304
  1441.     Top = 0
  1442.     Width = 272
  1443.     Height = 390
  1444.     BevelOuter = bvNone
  1445.     Color = clSilver
  1446.     Font.Color = clWindowText
  1447.     Font.Height = -13
  1448.     Font.Name = 'System'
  1449.     Font.Style = []
  1450.     ParentFont = False
  1451.     TabOrder = 1
  1452.     object Notebook2: TNotebook
  1453.       Left = 0
  1454.       Top = 14
  1455.       Width = 272
  1456.       Height = 326
  1457.       Align = alClient
  1458.       PageIndex = 1
  1459.       TabOrder = 0
  1460.       object TPage
  1461.         Left = 0
  1462.         Top = 0
  1463.         Caption = 'Page 1'
  1464.         object PgR1: TPanel
  1465.           Left = 0
  1466.           Top = 0
  1467.           Width = 272
  1468.           Height = 326
  1469.           Align = alClient
  1470.           BevelInner = bvLowered
  1471.           Ctl3D = True
  1472.           Font.Color = clBlack
  1473.           Font.Height = -13
  1474.           Font.Name = 'Arial'
  1475.           Font.Style = [fsBold]
  1476.           ParentColor = True
  1477.           ParentCtl3D = False
  1478.           ParentFont = False
  1479.           TabOrder = 0
  1480.           object Label12: TLabel
  1481.             Tag = 1
  1482.             Left = 6
  1483.             Top = 6
  1484.             Width = 86
  1485.             Height = 14
  1486.             Caption = 'Application Name:'
  1487.             Font.Color = clBlack
  1488.             Font.Height = -11
  1489.             Font.Name = 'Arial'
  1490.             Font.Style = []
  1491.             ParentFont = False
  1492.           end
  1493.           object Label13: TLabel
  1494.             Tag = 2
  1495.             Left = 6
  1496.             Top = 58
  1497.             Width = 47
  1498.             Height = 14
  1499.             Caption = 'Producer:'
  1500.             Font.Color = clBlack
  1501.             Font.Height = -11
  1502.             Font.Name = 'Arial'
  1503.             Font.Style = []
  1504.             ParentFont = False
  1505.           end
  1506.           object Label14: TLabel
  1507.             Tag = 3
  1508.             Left = 6
  1509.             Top = 89
  1510.             Width = 47
  1511.             Height = 14
  1512.             Caption = 'Category:'
  1513.             Font.Color = clBlack
  1514.             Font.Height = -11
  1515.             Font.Name = 'Arial'
  1516.             Font.Style = []
  1517.             ParentFont = False
  1518.           end
  1519.           object Label15: TLabel
  1520.             Tag = 4
  1521.             Left = 6
  1522.             Top = 113
  1523.             Width = 50
  1524.             Height = 14
  1525.             Caption = 'Version #:'
  1526.             Font.Color = clBlack
  1527.             Font.Height = -11
  1528.             Font.Name = 'Arial'
  1529.             Font.Style = []
  1530.             ParentFont = False
  1531.           end
  1532.           object Label16: TLabel
  1533.             Tag = 5
  1534.             Left = 62
  1535.             Top = 113
  1536.             Width = 39
  1537.             Height = 14
  1538.             Caption = 'Serial #:'
  1539.             Font.Color = clBlack
  1540.             Font.Height = -11
  1541.             Font.Name = 'Arial'
  1542.             Font.Style = []
  1543.             ParentFont = False
  1544.           end
  1545.           object Label17: TLabel
  1546.             Tag = 6
  1547.             Left = 172
  1548.             Top = 113
  1549.             Width = 27
  1550.             Height = 14
  1551.             Caption = 'Price:'
  1552.             Font.Color = clBlack
  1553.             Font.Height = -11
  1554.             Font.Name = 'Arial'
  1555.             Font.Style = []
  1556.             ParentFont = False
  1557.           end
  1558.           object Label18: TLabel
  1559.             Tag = 7
  1560.             Left = 6
  1561.             Top = 155
  1562.             Width = 66
  1563.             Height = 14
  1564.             Caption = 'Version Date:'
  1565.             Font.Color = clBlack
  1566.             Font.Height = -11
  1567.             Font.Name = 'Arial'
  1568.             Font.Style = []
  1569.             ParentFont = False
  1570.           end
  1571.           object Label19: TLabel
  1572.             Tag = 8
  1573.             Left = 6
  1574.             Top = 195
  1575.             Width = 78
  1576.             Height = 14
  1577.             Caption = 'Installation Date:'
  1578.             Font.Color = clBlack
  1579.             Font.Height = -11
  1580.             Font.Name = 'Arial'
  1581.             Font.Style = []
  1582.             ParentFont = False
  1583.           end
  1584.           object Label20: TLabel
  1585.             Tag = 9
  1586.             Left = 6
  1587.             Top = 235
  1588.             Width = 31
  1589.             Height = 14
  1590.             Caption = 'Media:'
  1591.             Font.Color = clBlack
  1592.             Font.Height = -11
  1593.             Font.Name = 'Arial'
  1594.             Font.Style = []
  1595.             ParentFont = False
  1596.           end
  1597.           object Label21: TLabel
  1598.             Tag = 10
  1599.             Left = 6
  1600.             Top = 275
  1601.             Width = 89
  1602.             Height = 14
  1603.             Caption = 'Operating System:'
  1604.             Font.Color = clBlack
  1605.             Font.Height = -11
  1606.             Font.Name = 'Arial'
  1607.             Font.Style = []
  1608.             ParentFont = False
  1609.           end
  1610.           object Label22: TLabel
  1611.             Tag = 11
  1612.             Left = 126
  1613.             Top = 155
  1614.             Width = 50
  1615.             Height = 14
  1616.             Caption = 'Logo/Icon:'
  1617.             Font.Color = clBlack
  1618.             Font.Height = -11
  1619.             Font.Name = 'Arial'
  1620.             Font.Style = []
  1621.             ParentFont = False
  1622.           end
  1623.           object R1: TEdit
  1624.             Tag = 1
  1625.             Left = 6
  1626.             Top = 20
  1627.             Width = 257
  1628.             Height = 24
  1629.             Hint = 'Enter Text Here'
  1630.             AutoSelect = False
  1631.             TabOrder = 0
  1632.             Text = 'L1'
  1633.           end
  1634.           object R2: TLookup
  1635.             Tag = 2
  1636.             Left = 70
  1637.             Top = 53
  1638.             Width = 193
  1639.             Height = 24
  1640.             Hint = 'Click on the down arrow to see the choices'
  1641.             ItemHeight = 16
  1642.             Sorted = True
  1643.             TabOrder = 1
  1644.             Text = 'L2'
  1645.             Source = 'list1.dbf'
  1646.             Twin = L2
  1647.           end
  1648.           object R3: TLookup
  1649.             Tag = 3
  1650.             Left = 70
  1651.             Top = 84
  1652.             Width = 193
  1653.             Height = 24
  1654.             Hint = 'Click on the down arrow to see the choices'
  1655.             ItemHeight = 16
  1656.             Sorted = True
  1657.             TabOrder = 2
  1658.             Text = 'L3'
  1659.             Source = 'list2.dbf'
  1660.             Twin = L3
  1661.           end
  1662.           object R4: TEdit
  1663.             Tag = 4
  1664.             Left = 6
  1665.             Top = 127
  1666.             Width = 51
  1667.             Height = 24
  1668.             Hint = 'Enter Text Here'
  1669.             AutoSelect = False
  1670.             TabOrder = 3
  1671.             Text = 'L4'
  1672.           end
  1673.           object R5: TEdit
  1674.             Tag = 5
  1675.             Left = 62
  1676.             Top = 127
  1677.             Width = 105
  1678.             Height = 24
  1679.             Hint = 'Enter Text Here'
  1680.             AutoSelect = False
  1681.             TabOrder = 4
  1682.             Text = 'L5'
  1683.           end
  1684.           object R6: TCurrencyEdit
  1685.             Tag = 6
  1686.             Left = 172
  1687.             Top = 127
  1688.             Width = 91
  1689.             Height = 24
  1690.             Hint = 'Enter Value Here'
  1691.             AutoSelect = False
  1692.             DisplayFormat = ',0.00'
  1693.             Font.Color = clBlue
  1694.             Font.Height = -13
  1695.             Font.Name = 'System'
  1696.             Font.Style = []
  1697.             ParentFont = False
  1698.             TabOrder = 5
  1699.           end
  1700.           object R7: TDateEdit
  1701.             Tag = 7
  1702.             Left = 6
  1703.             Top = 169
  1704.             Width = 115
  1705.             Height = 24
  1706.             Hint = 'Enter Date Here'
  1707.             DateFormat = 'mm/dd/yyyy'
  1708.             Date = '__/__/____'
  1709.             MaxLength = 10
  1710.             TabOrder = 6
  1711.           end
  1712.           object R8: TDateEdit
  1713.             Tag = 8
  1714.             Left = 6
  1715.             Top = 209
  1716.             Width = 115
  1717.             Height = 24
  1718.             Hint = 'Enter Date Here'
  1719.             DateFormat = 'mm/dd/yyyy'
  1720.             Date = '__/__/____'
  1721.             MaxLength = 10
  1722.             TabOrder = 7
  1723.           end
  1724.           object R9: TLookup
  1725.             Tag = 9
  1726.             Left = 6
  1727.             Top = 249
  1728.             Width = 115
  1729.             Height = 24
  1730.             Hint = 'Click on the down arrow to see the choices'
  1731.             ItemHeight = 16
  1732.             Sorted = True
  1733.             TabOrder = 8
  1734.             Text = 'L9'
  1735.             Source = 'list3.dbf'
  1736.             Twin = L9
  1737.           end
  1738.           object R10: TLookup
  1739.             Tag = 10
  1740.             Left = 6
  1741.             Top = 289
  1742.             Width = 115
  1743.             Height = 24
  1744.             Hint = 'Click on the down arrow to see the choices'
  1745.             ItemHeight = 16
  1746.             Sorted = True
  1747.             TabOrder = 9
  1748.             Text = 'L10'
  1749.             Source = 'list4.dbf'
  1750.             Twin = L10
  1751.           end
  1752.           object R11: TBmpControl
  1753.             Tag = 11
  1754.             Left = 126
  1755.             Top = 169
  1756.             Width = 138
  1757.             Height = 146
  1758.             Hint = 'Right Mouse Click Displays Menu'
  1759.             Caption = 'L11'
  1760.             TabOrder = 10
  1761.             ShowButtons = False
  1762.           end
  1763.         end
  1764.       end
  1765.       object TPage
  1766.         Left = 0
  1767.         Top = 0
  1768.         Caption = 'Page 2'
  1769.         object PgR2: TPanel
  1770.           Tag = 1
  1771.           Left = 0
  1772.           Top = 0
  1773.           Width = 272
  1774.           Height = 326
  1775.           Align = alClient
  1776.           BevelInner = bvLowered
  1777.           Font.Color = clBlack
  1778.           Font.Height = -13
  1779.           Font.Name = 'Arial'
  1780.           Font.Style = [fsBold]
  1781.           ParentColor = True
  1782.           ParentFont = False
  1783.           TabOrder = 0
  1784.           object Label34: TLabel
  1785.             Tag = 12
  1786.             Left = 6
  1787.             Top = 7
  1788.             Width = 74
  1789.             Height = 14
  1790.             Caption = 'Phone Support:'
  1791.             Font.Color = clBlack
  1792.             Font.Height = -11
  1793.             Font.Name = 'Arial'
  1794.             Font.Style = []
  1795.             ParentFont = False
  1796.           end
  1797.           object Label35: TLabel
  1798.             Tag = 13
  1799.             Left = 123
  1800.             Top = 7
  1801.             Width = 68
  1802.             Height = 14
  1803.             Caption = 'Email Support:'
  1804.             Font.Color = clBlack
  1805.             Font.Height = -11
  1806.             Font.Name = 'Arial'
  1807.             Font.Style = []
  1808.             ParentFont = False
  1809.           end
  1810.           object Label36: TLabel
  1811.             Tag = 14
  1812.             Left = 6
  1813.             Top = 65
  1814.             Width = 39
  1815.             Height = 14
  1816.             Caption = 'Internet:'
  1817.             Font.Color = clBlack
  1818.             Font.Height = -11
  1819.             Font.Name = 'Arial'
  1820.             Font.Style = []
  1821.             ParentFont = False
  1822.           end
  1823.           object Label37: TLabel
  1824.             Tag = 15
  1825.             Left = 6
  1826.             Top = 101
  1827.             Width = 34
  1828.             Height = 14
  1829.             Caption = 'Status:'
  1830.             Font.Color = clBlack
  1831.             Font.Height = -11
  1832.             Font.Name = 'Arial'
  1833.             Font.Style = []
  1834.             ParentFont = False
  1835.           end
  1836.           object Label38: TLabel
  1837.             Tag = 16
  1838.             Left = 6
  1839.             Top = 137
  1840.             Width = 48
  1841.             Height = 14
  1842.             Caption = 'Custom 1:'
  1843.             Font.Color = clBlack
  1844.             Font.Height = -11
  1845.             Font.Name = 'Arial'
  1846.             Font.Style = []
  1847.             ParentFont = False
  1848.           end
  1849.           object Label39: TLabel
  1850.             Tag = 17
  1851.             Left = 6
  1852.             Top = 172
  1853.             Width = 48
  1854.             Height = 14
  1855.             Caption = 'Custom 2:'
  1856.             Font.Color = clBlack
  1857.             Font.Height = -11
  1858.             Font.Name = 'Arial'
  1859.             Font.Style = []
  1860.             ParentFont = False
  1861.           end
  1862.           object Label40: TLabel
  1863.             Tag = 18
  1864.             Left = 6
  1865.             Top = 208
  1866.             Width = 48
  1867.             Height = 14
  1868.             Caption = 'Custom 3:'
  1869.             Font.Color = clBlack
  1870.             Font.Height = -11
  1871.             Font.Name = 'Arial'
  1872.             Font.Style = []
  1873.             ParentFont = False
  1874.           end
  1875.           object Label41: TLabel
  1876.             Tag = 19
  1877.             Left = 6
  1878.             Top = 234
  1879.             Width = 48
  1880.             Height = 14
  1881.             Caption = 'Custom 4:'
  1882.             Font.Color = clBlack
  1883.             Font.Height = -11
  1884.             Font.Name = 'Arial'
  1885.             Font.Style = []
  1886.             ParentFont = False
  1887.           end
  1888.           object Label42: TLabel
  1889.             Tag = 20
  1890.             Left = 110
  1891.             Top = 234
  1892.             Width = 48
  1893.             Height = 14
  1894.             Caption = 'Custom 5:'
  1895.             Font.Color = clBlack
  1896.             Font.Height = -11
  1897.             Font.Name = 'Arial'
  1898.             Font.Style = []
  1899.             ParentFont = False
  1900.           end
  1901.           object Label43: TLabel
  1902.             Tag = 21
  1903.             Left = 6
  1904.             Top = 276
  1905.             Width = 48
  1906.             Height = 14
  1907.             Caption = 'Custom 6:'
  1908.             Font.Color = clBlack
  1909.             Font.Height = -11
  1910.             Font.Name = 'Arial'
  1911.             Font.Style = []
  1912.             ParentFont = False
  1913.           end
  1914.           object Label44: TLabel
  1915.             Tag = 22
  1916.             Left = 110
  1917.             Top = 276
  1918.             Width = 58
  1919.             Height = 14
  1920.             Caption = 'Attachment:'
  1921.             Font.Color = clBlack
  1922.             Font.Height = -11
  1923.             Font.Name = 'Arial'
  1924.             Font.Style = []
  1925.             ParentFont = False
  1926.           end
  1927.           object R12: TPhoneEdit
  1928.             Tag = 12
  1929.             Left = 6
  1930.             Top = 21
  1931.             Width = 112
  1932.             Height = 24
  1933.             Hint = 'Enter Phone Number Here'
  1934.             AutoSelect = False
  1935.             TabOrder = 0
  1936.           end
  1937.           object R14: TEdit
  1938.             Tag = 14
  1939.             Left = 70
  1940.             Top = 60
  1941.             Width = 193
  1942.             Height = 24
  1943.             Hint = 'Enter Text Here'
  1944.             AutoSelect = False
  1945.             TabOrder = 2
  1946.             Text = 'L14'
  1947.           end
  1948.           object R15: TLookup
  1949.             Tag = 15
  1950.             Left = 70
  1951.             Top = 96
  1952.             Width = 193
  1953.             Height = 24
  1954.             Hint = 'Click on the down arrow to see the choices'
  1955.             ItemHeight = 16
  1956.             Sorted = True
  1957.             TabOrder = 3
  1958.             Text = 'L15'
  1959.             Source = 'list5.dbf'
  1960.             Twin = L15
  1961.           end
  1962.           object R16: TLookup
  1963.             Tag = 16
  1964.             Left = 70
  1965.             Top = 132
  1966.             Width = 193
  1967.             Height = 24
  1968.             Hint = 'Click on the down arrow to see the choices'
  1969.             ItemHeight = 16
  1970.             Sorted = True
  1971.             TabOrder = 4
  1972.             Text = 'L16'
  1973.             Source = 'list6.dbf'
  1974.             Twin = L16
  1975.           end
  1976.           object R17: TEdit
  1977.             Tag = 17
  1978.             Left = 70
  1979.             Top = 167
  1980.             Width = 193
  1981.             Height = 24
  1982.             Hint = 'Enter Text Here'
  1983.             AutoSelect = False
  1984.             TabOrder = 5
  1985.             Text = 'L17'
  1986.           end
  1987.           object R18: TEdit
  1988.             Tag = 18
  1989.             Left = 70
  1990.             Top = 203
  1991.             Width = 193
  1992.             Height = 24
  1993.             Hint = 'Enter Text Here'
  1994.             AutoSelect = False
  1995.             TabOrder = 6
  1996.             Text = 'L18'
  1997.           end
  1998.           object R19: TCurrencyEdit
  1999.             Tag = 19
  2000.             Left = 6
  2001.             Top = 248
  2002.             Width = 99
  2003.             Height = 24
  2004.             Hint = 'Enter Number Here'
  2005.             AutoSelect = False
  2006.             DisplayFormat = ',0.00'
  2007.             Font.Color = clBlue
  2008.             Font.Height = -13
  2009.             Font.Name = 'System'
  2010.             Font.Style = []
  2011.             ParentFont = False
  2012.             TabOrder = 7
  2013.           end
  2014.           object R20: TLookup
  2015.             Tag = 20
  2016.             Left = 111
  2017.             Top = 248
  2018.             Width = 152
  2019.             Height = 24
  2020.             Hint = 'Click On The Down Arrow To See The Choices'
  2021.             ItemHeight = 16
  2022.             Sorted = True
  2023.             TabOrder = 8
  2024.             Text = 'L20'
  2025.             Source = 'list7.dbf'
  2026.             Twin = L20
  2027.           end
  2028.           object R21: TDateEdit
  2029.             Tag = 21
  2030.             Left = 6
  2031.             Top = 290
  2032.             Width = 99
  2033.             Height = 24
  2034.             Hint = 'Enter Date Here'
  2035.             DateFormat = 'mm/dd/yyyy'
  2036.             Date = '__/__/____'
  2037.             MaxLength = 10
  2038.             TabOrder = 9
  2039.           end
  2040.           object R22: TMultiMediaEdit
  2041.             Tag = 22
  2042.             Left = 111
  2043.             Top = 290
  2044.             Width = 152
  2045.             Height = 24
  2046.             Hint = 'Attachment'
  2047.             TabOrder = 10
  2048.           end
  2049.           object R13: TEMailEdit
  2050.             Tag = 13
  2051.             Left = 123
  2052.             Top = 21
  2053.             Width = 140
  2054.             Height = 24
  2055.             Hint = 
  2056.               'E-Mail field - see Help on how to link it with E-Mail Applicatio' +
  2057.               'ns'
  2058.             TabOrder = 1
  2059.           end
  2060.         end
  2061.       end
  2062.       object TPage
  2063.         Left = 0
  2064.         Top = 0
  2065.         Caption = 'Page 3'
  2066.         object PgR3: TPanel
  2067.           Tag = 2
  2068.           Left = 0
  2069.           Top = 0
  2070.           Width = 272
  2071.           Height = 326
  2072.           Align = alClient
  2073.           BevelInner = bvLowered
  2074.           Font.Color = clBlack
  2075.           Font.Height = -13
  2076.           Font.Name = 'Arial'
  2077.           Font.Style = [fsBold]
  2078.           ParentColor = True
  2079.           ParentFont = False
  2080.           TabOrder = 0
  2081.           object TLabel
  2082.             Left = 8
  2083.             Top = 192
  2084.             Width = 4
  2085.             Height = 16
  2086.           end
  2087.           object Label46: TLabel
  2088.             Tag = 23
  2089.             Left = 6
  2090.             Top = 8
  2091.             Width = 31
  2092.             Height = 14
  2093.             Caption = 'Notes:'
  2094.             Font.Color = clBlack
  2095.             Font.Height = -11
  2096.             Font.Name = 'Arial'
  2097.             Font.Style = []
  2098.             ParentFont = False
  2099.           end
  2100.           object R23: TMemo
  2101.             Tag = 23
  2102.             Left = 6
  2103.             Top = 22
  2104.             Width = 257
  2105.             Height = 295
  2106.             Hint = 'Enter Text Here'
  2107.             Lines.Strings = (
  2108.               'Memo1')
  2109.             ScrollBars = ssVertical
  2110.             TabOrder = 0
  2111.           end
  2112.         end
  2113.       end
  2114.       object TPage
  2115.         Left = 0
  2116.         Top = 0
  2117.         Caption = 'Page 4'
  2118.         object PgR4: TPanel
  2119.           Tag = 2
  2120.           Left = 0
  2121.           Top = 0
  2122.           Width = 272
  2123.           Height = 326
  2124.           Align = alClient
  2125.           BevelInner = bvLowered
  2126.           Font.Color = clBlack
  2127.           Font.Height = -13
  2128.           Font.Name = 'Arial'
  2129.           Font.Style = [fsBold]
  2130.           ParentColor = True
  2131.           ParentFont = False
  2132.           TabOrder = 0
  2133.           object TLabel
  2134.             Left = 8
  2135.             Top = 192
  2136.             Width = 4
  2137.             Height = 16
  2138.           end
  2139.           object Label48: TLabel
  2140.             Tag = 24
  2141.             Left = 6
  2142.             Top = 6
  2143.             Width = 36
  2144.             Height = 14
  2145.             Caption = 'Picture:'
  2146.             Font.Color = clBlack
  2147.             Font.Height = -11
  2148.             Font.Name = 'Arial'
  2149.             Font.Style = []
  2150.             ParentFont = False
  2151.           end
  2152.           object R24: TBmpControl
  2153.             Tag = 24
  2154.             Left = 6
  2155.             Top = 18
  2156.             Width = 257
  2157.             Height = 301
  2158.             Hint = 'Right Mouse Click Displays Menu'
  2159.             Caption = 'L24'
  2160.             TabOrder = 0
  2161.             ShowButtons = True
  2162.           end
  2163.         end
  2164.       end
  2165.     end
  2166.     object TabSet3: TTabSet
  2167.       Left = 0
  2168.       Top = 370
  2169.       Width = 272
  2170.       Height = 20
  2171.       Hint = 'Select Part of the Record [Alt+#]'
  2172.       Align = alBottom
  2173.       BackgroundColor = clSilver
  2174.       DitherBackground = False
  2175.       Font.Color = clBlack
  2176.       Font.Height = -11
  2177.       Font.Name = 'Arial'
  2178.       Font.Style = []
  2179.       Tabs.Strings = (
  2180.         'Part 1'
  2181.         'Part 2'
  2182.         'Part 3'
  2183.         'Part 4')
  2184.       TabIndex = 0
  2185.       OnClick = TabSet3Click
  2186.     end
  2187.     object Panel2: TPanel
  2188.       Left = 0
  2189.       Top = 340
  2190.       Width = 272
  2191.       Height = 30
  2192.       Align = alBottom
  2193.       BevelInner = bvLowered
  2194.       ParentColor = True
  2195.       TabOrder = 2
  2196.       object PgR_Lbl: TLabel
  2197.         Tag = -1
  2198.         Left = 230
  2199.         Top = 11
  2200.         Width = 38
  2201.         Height = 14
  2202.         Alignment = taRightJustify
  2203.         AutoSize = False
  2204.         Caption = '999999'
  2205.         Color = clYellow
  2206.         Font.Color = clBlack
  2207.         Font.Height = -11
  2208.         Font.Name = 'Arial'
  2209.         Font.Style = []
  2210.         ParentColor = False
  2211.         ParentFont = False
  2212.       end
  2213.       object B_RPrint: TBitBtn
  2214.         Left = 4
  2215.         Top = 3
  2216.         Width = 24
  2217.         Height = 23
  2218.         Hint = 'Print Right Record [Alt+R]'
  2219.         Font.Color = clBlack
  2220.         Font.Height = -11
  2221.         Font.Name = 'Arial'
  2222.         Font.Style = []
  2223.         ParentFont = False
  2224.         ParentShowHint = False
  2225.         ShowHint = True
  2226.         TabOrder = 0
  2227.         TabStop = False
  2228.         OnClick = B_RPrintClick
  2229.         Glyph.Data = {
  2230.           78010000424D7801000000000000760000002800000020000000100000000100
  2231.           04000000000000000000120B0000120B00000000000000000000000000000000
  2232.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2233.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  2234.           0003377777777777777308888888888888807F33333333333337088888888888
  2235.           88807FFFFFFFFFFFFFF7000000000000000077777777777777770F8F8F8F8F8F
  2236.           8F807F333333333333F708F8F8F8F8F8F9F07F333333333337370F8F8F8F8F8F
  2237.           8F807FFFFFFFFFFFFFF7000000000000000077777777777777773330FFFFFFFF
  2238.           03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
  2239.           03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
  2240.           33333337F3F37F3733333330F08F0F0333333337F7337F7333333330FFFF0033
  2241.           33333337FFFF77333333333000000333333333377777733333330000}
  2242.         NumGlyphs = 2
  2243.       end
  2244.       object B_RDelete: TBitBtn
  2245.         Left = 27
  2246.         Top = 3
  2247.         Width = 24
  2248.         Height = 23
  2249.         Hint = 'Delete Right Record [Alt+Delete]'
  2250.         Font.Color = clBlack
  2251.         Font.Height = -11
  2252.         Font.Name = 'Arial'
  2253.         Font.Style = []
  2254.         ParentFont = False
  2255.         ParentShowHint = False
  2256.         ShowHint = True
  2257.         TabOrder = 1
  2258.         TabStop = False
  2259.         OnClick = B_RDeleteClick
  2260.         Glyph.Data = {
  2261.           78010000424D7801000000000000760000002800000020000000100000000100
  2262.           04000000000000000000120B0000120B00000000000000000000000000000000
  2263.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2264.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000000000
  2265.           3333333777777777F3333330F777777033333337F3F3F3F7F3333330F0808070
  2266.           33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  2267.           33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  2268.           333333F7F7F7F7F7F3F33030F080707030333737F7F7F7F7F7333300F0808070
  2269.           03333377F7F7F7F773333330F080707033333337F7F7F7F7F333333070707070
  2270.           33333337F7F7F7F7FF3333000000000003333377777777777F33330F88877777
  2271.           0333337FFFFFFFFF7F3333000000000003333377777777777333333330777033
  2272.           3333333337FFF7F33333333330000033333333333777773333330000}
  2273.         NumGlyphs = 2
  2274.       end
  2275.       object B_RCopy: TBitBtn
  2276.         Left = 73
  2277.         Top = 3
  2278.         Width = 24
  2279.         Height = 23
  2280.         Hint = 'Copy Right Record To Copy Buffer [Alt+O]'
  2281.         Font.Color = clBlack
  2282.         Font.Height = -11
  2283.         Font.Name = 'Arial'
  2284.         Font.Style = []
  2285.         ParentFont = False
  2286.         ParentShowHint = False
  2287.         ShowHint = True
  2288.         TabOrder = 3
  2289.         TabStop = False
  2290.         OnClick = B_RCopyClick
  2291.         Glyph.Data = {
  2292.           76010000424D7601000000000000760000002800000020000000100000000100
  2293.           04000000000000010000130B0000130B00000000000000000000000000000000
  2294.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2295.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF003333330B7FFF
  2296.           FFB0333333777F3333773333330B7FFFFFB0333333777F3333773333330B7FFF
  2297.           FFB0333333777F3333773333330B7FFFFFB03FFFFF777FFFFF77000000000077
  2298.           007077777777777777770FFFFFFFF00077B07F33333337FFFF770FFFFFFFF000
  2299.           7BB07F3FF3FFF77FF7770F00F000F00090077F77377737777F770FFFFFFFF039
  2300.           99337F3FFFF3F7F777FF0F0000F0F09999937F7777373777777F0FFFFFFFF999
  2301.           99997F3FF3FFF77777770F00F000003999337F773777773777F30FFFF0FF0339
  2302.           99337F3FF7F3733777F30F08F0F0337999337F7737F73F7777330FFFF0039999
  2303.           93337FFFF7737777733300000033333333337777773333333333}
  2304.         NumGlyphs = 2
  2305.       end
  2306.       object B_RPaste: TBitBtn
  2307.         Left = 96
  2308.         Top = 3
  2309.         Width = 24
  2310.         Height = 23
  2311.         Hint = 'Paste From Copy Buffer To Right Record [Alt+P]'
  2312.         Font.Color = clBlack
  2313.         Font.Height = -11
  2314.         Font.Name = 'Arial'
  2315.         Font.Style = []
  2316.         ParentFont = False
  2317.         ParentShowHint = False
  2318.         ShowHint = True
  2319.         TabOrder = 4
  2320.         TabStop = False
  2321.         OnClick = B_RPasteClick
  2322.         Glyph.Data = {
  2323.           76010000424D7601000000000000760000002800000020000000100000000100
  2324.           04000000000000010000130B0000130B00000000000000000000000000000000
  2325.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2326.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF003333330FFFFF
  2327.           FFF03333337F3FFFF3F73333330F0000F0F03333337F777737373333330FFFFF
  2328.           FFF033FFFF7FFF33FFF77000000007F00000377777777FF777770BBBBBBBB0F0
  2329.           FF037777777777F7F3730B77777BB0F0F0337777777777F7F7330B7FFFFFB0F0
  2330.           0333777F333377F77F330B7FFFFFB0009333777F333377777FF30B7FFFFFB039
  2331.           9933777F333377F777FF0B7FFFFFB0999993777F33337777777F0B7FFFFFB999
  2332.           9999777F3333777777770B7FFFFFB0399933777FFFFF77F777F3070077007039
  2333.           99337777777777F777F30B770077B039993377FFFFFF77F777330BB7007BB999
  2334.           93337777FF777777733370000000073333333777777773333333}
  2335.         NumGlyphs = 2
  2336.       end
  2337.       object B_RUndo: TBitBtn
  2338.         Left = 50
  2339.         Top = 3
  2340.         Width = 24
  2341.         Height = 23
  2342.         Hint = 'Undo Changes To Right Record [Alt+U]'
  2343.         Font.Color = clBlack
  2344.         Font.Height = -11
  2345.         Font.Name = 'Arial'
  2346.         Font.Style = []
  2347.         ParentFont = False
  2348.         ParentShowHint = False
  2349.         ShowHint = True
  2350.         TabOrder = 2
  2351.         TabStop = False
  2352.         OnClick = B_RUndoClick
  2353.         Glyph.Data = {
  2354.           76010000424D7601000000000000760000002800000020000000100000000100
  2355.           04000000000000010000130B0000130B00000000000000000000000000000000
  2356.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2357.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  2358.           3333333333FFFFF3333333333999993333333333F77777FFF333333999999999
  2359.           3333333777333777FF33339993707399933333773337F3777FF3399933000339
  2360.           9933377333777F3377F3399333707333993337733337333337FF993333333333
  2361.           399377F33333F333377F993333303333399377F33337FF333373993333707333
  2362.           333377F333777F333333993333101333333377F333777F3FFFFF993333000399
  2363.           999377FF33777F77777F3993330003399993373FF3777F37777F399933000333
  2364.           99933773FF777F3F777F339993707399999333773F373F77777F333999999999
  2365.           3393333777333777337333333999993333333333377777333333}
  2366.         NumGlyphs = 2
  2367.       end
  2368.       object B_PgDn: TBitBtn
  2369.         Left = 182
  2370.         Top = 3
  2371.         Width = 24
  2372.         Height = 23
  2373.         Hint = 'GoTo Next Page [Ctrl+PgDn]'
  2374.         Font.Color = clBlack
  2375.         Font.Height = -11
  2376.         Font.Name = 'Arial'
  2377.         Font.Style = [fsBold]
  2378.         ParentFont = False
  2379.         ParentShowHint = False
  2380.         ShowHint = True
  2381.         TabOrder = 5
  2382.         OnClick = B_PgDnClick
  2383.         Glyph.Data = {
  2384.           78010000424D7801000000000000760000002800000020000000100000000100
  2385.           04000000000000000000120B0000120B00000000000000000000000000000000
  2386.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2387.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  2388.           3333333333333333333333333333333333333FFF333333333333000333333333
  2389.           3333777FFF3FFFFF33330B000300000333337F777F777773F333000E00BFBFB0
  2390.           3333777F773333F7F333000E0BFBF0003333777F7F3337773F33000E0FBFBFBF
  2391.           0333777F7F3333FF7FFF000E0BFBF0000003777F7F3337777773000E0FBFBFBF
  2392.           BFB0777F7F33FFFFFFF7000E0BF000000003777F7FF777777773000000BFB033
  2393.           33337777773FF733333333333300033333333333337773333333333333333333
  2394.           3333333333333333333333333333333333333333333333333333333333333333
  2395.           33333333333333333333333333333333333333333333333333330000}
  2396.         Layout = blGlyphRight
  2397.         NumGlyphs = 2
  2398.       end
  2399.       object B_Last: TBitBtn
  2400.         Left = 205
  2401.         Top = 3
  2402.         Width = 24
  2403.         Height = 23
  2404.         Hint = 'GoTo Last Page [Ctrl+End]'
  2405.         Font.Color = clBlack
  2406.         Font.Height = -11
  2407.         Font.Name = 'Arial'
  2408.         Font.Style = [fsBold]
  2409.         ParentFont = False
  2410.         ParentShowHint = False
  2411.         ShowHint = True
  2412.         TabOrder = 6
  2413.         OnClick = B_LastClick
  2414.         Glyph.Data = {
  2415.           78010000424D7801000000000000760000002800000020000000100000000100
  2416.           04000000000000000000120B0000120B00000000000000000000000000000000
  2417.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2418.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  2419.           3333333333333333333333333333333333333FFF333333333333000333333333
  2420.           3333777FFF3FFFFF33330B000300000333337F777F777773F333000E00BFBFB0
  2421.           3333777F773333F7F333000E0BFBF0003333777F7F3337773F33000E0FBFBFBF
  2422.           0333777F7F3333FF7FFF000E0BFBF0000003777F7F3337777773000E0FBFBFBF
  2423.           BFB0777F7F33FFFFFFF7000E0BF000000003777F7FF777777773000000BFB033
  2424.           33337777773FF733333333333300033333333333337773333333333333333333
  2425.           3333333333333333333333333333333333333333333333333333333333333333
  2426.           33333333333333333333333333333333333333333333333333330000}
  2427.         Layout = blGlyphRight
  2428.         NumGlyphs = 2
  2429.       end
  2430.     end
  2431.     object RStatus: TPanel
  2432.       Left = 0
  2433.       Top = 0
  2434.       Width = 272
  2435.       Height = 14
  2436.       Align = alTop
  2437.       BevelInner = bvLowered
  2438.       Caption = 'Read/Write Access'
  2439.       Font.Color = clBlack
  2440.       Font.Height = -11
  2441.       Font.Name = 'Arial'
  2442.       Font.Style = []
  2443.       ParentColor = True
  2444.       ParentFont = False
  2445.       TabOrder = 3
  2446.     end
  2447.   end
  2448.   object TabSet1: TTabSet
  2449.     Left = 8
  2450.     Top = 424
  2451.     Width = 568
  2452.     Height = 20
  2453.     Hint = 'Click on Tabs to select Menu Bar'
  2454.     BackgroundColor = clBlue
  2455.     DitherBackground = False
  2456.     Font.Color = clBlack
  2457.     Font.Height = -11
  2458.     Font.Name = 'Arial'
  2459.     Font.Style = []
  2460.     ParentShowHint = False
  2461.     ShowHint = True
  2462.     Tabs.Strings = (
  2463.       'Standard'
  2464.       'Advanced')
  2465.     TabIndex = 0
  2466.     OnClick = TabSet1Click
  2467.   end
  2468.   object Panel3: TPanel
  2469.     Left = 9
  2470.     Top = 391
  2471.     Width = 567
  2472.     Height = 34
  2473.     BevelInner = bvLowered
  2474.     Ctl3D = True
  2475.     Font.Color = clBlack
  2476.     Font.Height = -11
  2477.     Font.Name = 'Arial'
  2478.     Font.Style = [fsBold]
  2479.     ParentCtl3D = False
  2480.     ParentFont = False
  2481.     TabOrder = 2
  2482.     object B_Search: TBitBtn
  2483.       Left = 5
  2484.       Top = 4
  2485.       Width = 66
  2486.       Height = 26
  2487.       Hint = 'Find Text'
  2488.       Caption = 'Find'
  2489.       ParentShowHint = False
  2490.       ShowHint = True
  2491.       TabOrder = 0
  2492.       OnClick = B_SearchClick
  2493.       Glyph.Data = {
  2494.         36010000424D3601000000000000760000002800000012000000100000000100
  2495.         040000000000C000000000000000000000000000000000000000000000000000
  2496.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  2497.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888078888888
  2498.         88888800E111880007888888888888A21EE28000007888888888881181118801
  2499.         10078888888888225A2288801100777777888811E111888801100000007888AA
  2500.         5AAA88888010078880078811E11188888800788BB87078AA5AAA888888078888
  2501.         8BB70800F00088888808888888B80822D22288888807B88888B8080000008888
  2502.         8807BBB8888808222222888888007BBB888778AAAAAA8888888077BB88708888
  2503.         8888888888880777700888000000888888888000078888000000}
  2504.     end
  2505.     object B_TOC: TBitBtn
  2506.       Left = 431
  2507.       Top = 4
  2508.       Width = 63
  2509.       Height = 26
  2510.       Hint = 'Return to Table Of Contents'
  2511.       Caption = 'TOC'
  2512.       ParentShowHint = False
  2513.       ShowHint = True
  2514.       TabOrder = 3
  2515.       OnClick = B_TOCClick
  2516.       Glyph.Data = {
  2517.         78010000424D7801000000000000760000002800000020000000100000000100
  2518.         04000000000000000000120B0000120B00000000000000000000000000000000
  2519.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2520.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  2521.         33333FFFFFFFFFFFFFFF000000000000000077777777777777770FFFFFFFFFFF
  2522.         FFF07F3FF3FF3FF3FFF70F00F00F00F000F07F773773773777370FFFFFFFFFFF
  2523.         FFF07F3FF3FF3FF3FFF70F00F00F00F000F07F773773773777370FFFFFFFFFFF
  2524.         FFF07F3FF3FF3FF3FFF70F00F00F00F000F07F773773773777370FFFFFFFFFFF
  2525.         FFF07F3FF3FF3FF3FFF70F00F00F00F000F07F773773773777370FFFFFFFFFFF
  2526.         FFF07FFFFFFFFFFFFFF70CCCCCCCCCCCCCC07777777777777777088CCCCCCCCC
  2527.         C8807FF7777777777FF700000000000000007777777777777777333333333333
  2528.         33333333333333333333333333333333333333333333333333330000}
  2529.       NumGlyphs = 2
  2530.     end
  2531.     object B_New: TBitBtn
  2532.       Left = 253
  2533.       Top = 4
  2534.       Width = 62
  2535.       Height = 26
  2536.       Hint = 'Add New Record'
  2537.       Caption = 'New'
  2538.       ParentShowHint = False
  2539.       ShowHint = True
  2540.       TabOrder = 1
  2541.       OnClick = B_NewClick
  2542.       Glyph.Data = {
  2543.         76010000424D7601000000000000760000002800000020000000100000000100
  2544.         04000000000000010000130B0000130B00000000000000000000000000000000
  2545.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2546.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0033333333B333
  2547.         333B33FF33337F3333F73BB3777BB7777BB3377FFFF77FFFF77333B000000000
  2548.         0B3333777777777777333330FFFFFFFF07333337F33333337F333330FFFFFFFF
  2549.         07333337F33333337F333330FFFFFFFF07333337F33333337F333330FFFFFFFF
  2550.         07333FF7F33333337FFFBBB0FFFFFFFF0BB37777F3333333777F3BB0FFFFFFFF
  2551.         0BBB3777F3333FFF77773330FFFF000003333337F333777773333330FFFF0FF0
  2552.         33333337F3337F37F3333330FFFF0F0B33333337F3337F77FF333330FFFF003B
  2553.         B3333337FFFF77377FF333B000000333BB33337777777F3377FF3BB3333BB333
  2554.         3BB33773333773333773B333333B3333333B7333333733333337}
  2555.       NumGlyphs = 2
  2556.     end
  2557.     object B_Exit: TBitBtn
  2558.       Left = 504
  2559.       Top = 4
  2560.       Width = 57
  2561.       Height = 26
  2562.       Hint = 'Program Shutdown'
  2563.       Caption = 'Exit'
  2564.       ParentShowHint = False
  2565.       ShowHint = True
  2566.       TabOrder = 4
  2567.       TabStop = False
  2568.       OnClick = B_ExitClick
  2569.       Glyph.Data = {
  2570.         78010000424D7801000000000000760000002800000020000000100000000100
  2571.         04000000000000000000120B0000120B00000000000000000000000000000000
  2572.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2573.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330000000000
  2574.         03333377777777777F333301111111110333337F333333337F33330111111111
  2575.         0333337F333333337F333301111111110333337F333333337F33330111111111
  2576.         0333337F333333337F333301111111110333337F333333337F33330111111111
  2577.         0333337F3333333F7F333301111111B10333337F333333737F33330111111111
  2578.         0333337F333333337F333301111111110333337F33FFFFF37F3333011EEEEE11
  2579.         0333337F377777F37F3333011EEEEE110333337F37FFF7F37F3333011EEEEE11
  2580.         0333337F377777337F333301111111110333337F333333337F33330111111111
  2581.         0333337FFFFFFFFF7F33330000000000033333777777777773330000}
  2582.       NumGlyphs = 2
  2583.     end
  2584.     object B_Help: TBitBtn
  2585.       Left = 336
  2586.       Top = 4
  2587.       Width = 62
  2588.       Height = 26
  2589.       Hint = 'Display Help Window'
  2590.       Caption = 'Help'
  2591.       ParentShowHint = False
  2592.       ShowHint = True
  2593.       TabOrder = 2
  2594.       OnClick = HelpContents1Click
  2595.       Glyph.Data = {
  2596.         78010000424D7801000000000000760000002800000020000000100000000100
  2597.         04000000000000000000120B0000120B00000000000000000000000000000000
  2598.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2599.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  2600.         3333333333FFFFF3333333333F797F3333333333F737373FF333333BFB999BFB
  2601.         33333337737773773F3333BFBF797FBFB33333733337333373F33BFBFBFBFBFB
  2602.         FB3337F33333F33337F33FBFBFB9BFBFBF3337333337F333373FFBFBFBF97BFB
  2603.         FBF37F333337FF33337FBFBFBFB99FBFBFB37F3333377FF3337FFBFBFBFB99FB
  2604.         FBF37F33333377FF337FBFBF77BF799FBFB37F333FF3377F337FFBFB99FB799B
  2605.         FBF373F377F3377F33733FBF997F799FBF3337F377FFF77337F33BFBF99999FB
  2606.         FB33373F37777733373333BFBF999FBFB3333373FF77733F7333333BFBFBFBFB
  2607.         3333333773FFFF77333333333FBFBF33333333333777773333330000}
  2608.       NumGlyphs = 2
  2609.     end
  2610.   end
  2611.   object MainMenu1: TMainMenu
  2612.     Left = 499
  2613.     Top = 424
  2614.     object File1: TMenuItem
  2615.       Caption = '&File'
  2616.       object New1: TMenuItem
  2617.         Caption = '&New Record'
  2618.         OnClick = B_NewClick
  2619.       end
  2620.       object PrintRight1: TMenuItem
  2621.         Caption = 'Print &Left Record'
  2622.         OnClick = B_LPrintClick
  2623.       end
  2624.       object PrintRightRecord1: TMenuItem
  2625.         Caption = 'Print &Right Record'
  2626.         OnClick = B_RPrintClick
  2627.       end
  2628.       object TableOfContents1: TMenuItem
  2629.         Caption = '&Table Of Contents'
  2630.         OnClick = B_TOCClick
  2631.       end
  2632.       object Exit1: TMenuItem
  2633.         Caption = 'E&xit'
  2634.         OnClick = B_ExitClick
  2635.       end
  2636.     end
  2637.     object Search1: TMenuItem
  2638.       Caption = '&Search'
  2639.       object Find1: TMenuItem
  2640.         Caption = '&Find'
  2641.         OnClick = B_SearchClick
  2642.       end
  2643.     end
  2644.     object LeftPage1: TMenuItem
  2645.       Caption = '&Move'
  2646.       object First1: TMenuItem
  2647.         Caption = '&First'
  2648.         OnClick = B_FirstClick
  2649.       end
  2650.       object PageUp1: TMenuItem
  2651.         Caption = 'Page&Up'
  2652.         OnClick = B_PgUpClick
  2653.       end
  2654.       object PageDown1: TMenuItem
  2655.         Caption = 'Page&Down'
  2656.         OnClick = B_PgDnClick
  2657.       end
  2658.       object Last1: TMenuItem
  2659.         Caption = '&Last'
  2660.         OnClick = B_LastClick
  2661.       end
  2662.     end
  2663.     object Help1: TMenuItem
  2664.       Caption = '&Help'
  2665.       object HelpContents1: TMenuItem
  2666.         Caption = '&Help Contents'
  2667.         OnClick = HelpContents1Click
  2668.       end
  2669.     end
  2670.   end
  2671.   object PopupMenu1: TPopupMenu
  2672.     OnPopup = PopupMenu1Popup
  2673.     Left = 464
  2674.     Top = 424
  2675.     object LeftRecord1: TMenuItem
  2676.       Caption = 'Left Record:'
  2677.       Enabled = False
  2678.     end
  2679.     object N1: TMenuItem
  2680.       Caption = '-'
  2681.     end
  2682.     object ViewBuffer1: TMenuItem
  2683.       Caption = '&View Copy Buffer'
  2684.       object TMenuItem
  2685.       end
  2686.     end
  2687.     object N4: TMenuItem
  2688.       Caption = '-'
  2689.     end
  2690.     object Paste1: TMenuItem
  2691.       Caption = '&Paste Record'
  2692.       OnClick = B_LPasteClick
  2693.     end
  2694.     object Copy1: TMenuItem
  2695.       Caption = 'C&opy Record'
  2696.       OnClick = B_LCopyClick
  2697.     end
  2698.     object Undo1: TMenuItem
  2699.       Caption = '&Undo Changes'
  2700.       OnClick = L_UndoClick
  2701.     end
  2702.     object Delete1: TMenuItem
  2703.       Caption = '&Delete Record'
  2704.       OnClick = B_LDeleteClick
  2705.     end
  2706.     object Print1: TMenuItem
  2707.       Caption = 'P&rint Record'
  2708.       OnClick = B_LPrintClick
  2709.     end
  2710.     object N6: TMenuItem
  2711.       Caption = '-'
  2712.     end
  2713.     object Help2: TMenuItem
  2714.       Caption = '&Help'
  2715.       OnClick = Help2Click
  2716.     end
  2717.   end
  2718.   object PopupMenu2: TPopupMenu
  2719.     OnPopup = PopupMenu2Popup
  2720.     Left = 432
  2721.     Top = 424
  2722.     object RightRecord1: TMenuItem
  2723.       Caption = 'Right Record :'
  2724.       Enabled = False
  2725.     end
  2726.     object N2: TMenuItem
  2727.       Caption = '-'
  2728.     end
  2729.     object ViewBuffer2: TMenuItem
  2730.       Caption = '&View Copy Buffer'
  2731.       object TMenuItem
  2732.       end
  2733.     end
  2734.     object N3: TMenuItem
  2735.       Caption = '-'
  2736.     end
  2737.     object Paste2: TMenuItem
  2738.       Caption = '&Paste Record'
  2739.       OnClick = B_RPasteClick
  2740.     end
  2741.     object Copy2: TMenuItem
  2742.       Caption = 'C&opy Record'
  2743.       OnClick = B_RCopyClick
  2744.     end
  2745.     object Undo2: TMenuItem
  2746.       Caption = '&Undo Changes'
  2747.       OnClick = B_RUndoClick
  2748.     end
  2749.     object Delete2: TMenuItem
  2750.       Caption = '&Delete Record'
  2751.       OnClick = B_RDeleteClick
  2752.     end
  2753.     object Print2: TMenuItem
  2754.       Caption = 'P&rint Record'
  2755.       OnClick = B_RPrintClick
  2756.     end
  2757.     object N5: TMenuItem
  2758.       Caption = '-'
  2759.     end
  2760.     object Help3: TMenuItem
  2761.       Caption = '&Help'
  2762.       OnClick = Help2Click
  2763.     end
  2764.   end
  2765. end
  2766.